home *** CD-ROM | disk | FTP | other *** search
- Path: gryphon.phoenix.net!usenet
- From: brucew@phoenix.net (Bruce Wedding)
- Newsgroups: comp.lang.c
- Subject: Re: string search?
- Date: Thu, 28 Mar 1996 00:51:01 GMT
- Organization: BranPaul Systems
- Message-ID: <4jcnvk$eub@gryphon.phoenix.net>
- References: <4jbmtk$78k@dfw-ixnews3.ix.netcom.com>
- NNTP-Posting-Host: dial83.phoenix.net
- X-Newsreader: Moe's Newsreader
-
- In comp.lang.c
- rmor1@ix.netcom.com(Ricardo Mor ) wrote:
-
- > How can I search for a string of characters within another string?
- >for example..
-
- strstr() or look in snippets for a portable case insensitive
- version.
-
-
-